From 4e3904ab1457958c5883a6a8331f34ad6da26879 Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 10 Oct 2020 20:54:24 +0100 Subject: [PATCH] local-posix_cputime =================================================================== Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-posix_cputime.diff --- sysdeps/mach/hurd/bits/posix_opt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index b95097a79..a6dcc3bf6 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -126,8 +126,8 @@ /* POSIX.4 shared memory objects are supported (using regular files). */ #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_MAPPED_FILES -/* CPU-time clocks support needs to be checked at runtime. */ -#define _POSIX_CPUTIME 0 +/* CPU-time clocks are not yet supported. */ +#define _POSIX_CPUTIME -1 /* Clock support in threads must be also checked at runtime. */ #define _POSIX_THREAD_CPUTIME 0 -- 2.30.2